home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / INSTALL.DOC < prev    next >
Text File  |  1991-03-03  |  3KB  |  86 lines

  1. You need the following hardware:
  2.  
  3.   Computer -- IBM PC/XT/AT/PS2 or compatible (640K recommended)
  4.  
  5.   TNC
  6.       -- Must have WA8DED Host Mode EPROMS (available for TNC-1,
  7.                   TNC-2s (+clones), AEA PK-87)
  8.       OR
  9.  
  10.       -- AEA PK232, PK87, PK88
  11.  
  12.       OR
  13.  
  14.       -- DRSI PC*PA card and software
  15.  
  16.  
  17. You need the following software:
  18.   DOS 3.0 or higher
  19.  
  20. If you have a KAM or other TNC not on the list or if you want your
  21. TNCs in KISS mode, use the G8BPQ Node software instead of MBBIOS.
  22.  
  23. 1) Set up the TNCs (skip this step if DRSI or G8BPQ).  Use MBBCONFG and
  24. MBBIOS Version 3 or higher.  Make sure hardware handshaking is off and
  25. transmit buffering is on.  Speed setting is important.  If monitor is
  26. on, you must run at 4800 bps or higher otherwise 2400 (or maybe even
  27. 12000 is ok.  On an XT (4.77 Mhz), I could run two 4800 bps TNCs or four
  28. 2400 bps.  Watch for overrun errors.
  29.  
  30. *** Note ***
  31. For the TNC-2, use WA8DED Version 2.3 or NORD><LINK version 2.1c.  The older
  32. WA8DED V2.1 will cause nothing but grief.
  33.  
  34. 2) Figure out which files are going where.  I recommend that messages
  35. go into their own subdirectory.
  36.  
  37. 3) Modify the PARMS.BB file.  See PARMS.DOC for an explanation of
  38. this file.
  39.  
  40. 4) Modify the INFO.BB file.  This is straight ASCII text that will be
  41. sent in response to the INFO command
  42.  
  43. 5) Modify the MESSAGE.BB file as appropriate.  Message 117 is send at
  44. end of reverse forward.  If you want to send *** DONE, it should be
  45. here.  If you want the RLI signoff then make message 117 null.
  46.  
  47. 6) Modify the HELP.BB file as appropriate.  Unless changing languages
  48. you can probably leave this alone
  49.  
  50. 7) Modify the MESSAGE.DOS file as appropriate.  Unless changing languages
  51. you can probably leave this alone
  52.  
  53. 8) Make sure your CONFIG.SYS file in your ROOT directory has at least
  54. FILES=25 and BUFFERS=32
  55.  
  56. Now you are ready to start.  See STARTUP in OPERATE.DOC
  57.  
  58. BB now has an IMPORT and EXPORT commands that are compatible to RLI/MBL
  59. (I hope).  You can try and move existing messages with these commands.
  60.  
  61. *******************
  62. Some special needs:
  63.  
  64. 1)  You need to set each BBS that will be forwarding to you in the user
  65. file.  Do the following:
  66.  
  67.     DU callsign
  68.     C B
  69.     A
  70.     (just enter by itself)
  71.  
  72. C B says class is a BBS
  73. A says Advanced BBS
  74.  
  75. 2) Several people have reported problems with BIDs.  You should have a
  76. distribution list (.DIS) for all bulletins EVEN IF THERE IS ONLY ONE
  77. ENTRY.  This will force a BID on the message and it will be sent with a
  78. BID in all cases.
  79.  
  80. 3) I recommend these setting for a starting point
  81.  
  82.       bid_for_P             = Y
  83.       bid_for_T             = Y
  84.       bid_for_blank         = Y
  85.  
  86.